home *** CD-ROM | disk | FTP | other *** search
/ Airline Maintenance & Engineering / Unisys Airline Maintenance & Engineering.iso / s_intro.dxr / 00049.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  145 b   |  10 lines

  1. on exitFrame
  2.   roll_check(18, 19, 2)
  3.   if soundBusy(1) then
  4.     go(the frame)
  5.   else
  6.     go("solution_intro_part2")
  7.   end if
  8.   go(the frame)
  9. end
  10.